|
|
|
|
Resizable Property, ColumnClass Class |
Defines whether this column is resizable.
Syntax ColumnClass Class (Softelvdm.SftTreeNET)
VB |
Public Property Resizable As Boolean |
C# |
public bool Resizable { get; set; } |
C++ |
public: property bool Resizable { |
Property Value
True if this column is resizable, otherwise False.
The default value is True.
Comments
The Resizable property defines whether this column is resizable.
Resizable columns can be resized in the item area, header area and footer area depending on the Columns.Resizable, Headers.Resizable and Footers.Resizable properties.
To disable column resizing completely for all columns, either the Columns.Resizable, Headers.Resizable and Footers.Resizable properties must be set to False or all columns must define their ColumnClass.Resizable properties as False.